@ckeditor/ckeditor5-markdown-gfm 45.2.1 → 46.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -18,11 +18,24 @@ Where not otherwise indicated, all CKEditor content is authored by CKSource engi
18
18
 
19
19
  The following libraries are included in CKEditor under the [MIT license](https://opensource.org/licenses/MIT):
20
20
 
21
- * @types/marked - Copyright (c) DefinitelyTyped.
22
- * @types/turndown - Copyright (c) DefinitelyTyped.
23
- * marked - Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/), Copyright (c) 2011–2018, Christopher Jeffrey (https://github.com/chjj/).
24
- * turndown - Copyright (c) 2017 Dom Christie.
25
- * turndown-plugin-gfm - Copyright (c) 2017 Dom Christie.
21
+ * @types/hast - Copyright (c) Microsoft Corporation.
22
+ * hast-util-to-html - Copyright (c) Titus Wormer <tituswormer@gmail.com>
23
+ * hast-util-to-mdast - Copyright (c) Titus Wormer <tituswormer@gmail.com> and Copyright (c) Seth Vincent <sethvincent@gmail.com>
24
+ * hastscript - Copyright (c) Titus Wormer <tituswormer@gmail.com>
25
+ * rehype-remark - Copyright (c) Titus Wormer <tituswormer@gmail.com>
26
+ * remark-breaks - Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>
27
+ * remark-gfm - Copyright (c) Titus Wormer <tituswormer@gmail.com>
28
+ * remark-parse - Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com>
29
+ * remark-rehype - Copyright (c) Titus Wormer <tituswormer@gmail.com>
30
+ * remark-stringify - Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com>
31
+ * unified - Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
32
+ * unist-util-visit - Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
33
+
34
+ The following libraries are included in CKEditor under the [ISC license](https://opensource.org/license/isc-license-txt):
35
+
36
+ * hast-util-from-dom - Copyright (c) Keith McKnight <keith@mcknig.ht>
37
+ * rehype-dom-parse - Copyright (c) 2018 Keith McKnight <keith@mcknig.ht>
38
+ * rehype-dom-stringify - Copyright (c) 2018 Keith McKnight <keith@mcknig.ht>
26
39
 
27
40
  Trademarks
28
41
  ----------